home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / funcs / battmem_funcs.h < prev    next >
C/C++ Source or Header  |  1996-09-10  |  614b  |  24 lines

  1. #ifndef  FUNCS_BATTMEM_FUNCS_H
  2. #define  FUNCS_BATTMEM_FUNCS_H
  3.  
  4. /*
  5. **
  6. ** Function declarations for ACE Basic
  7. **
  8. ** Note: Translated to ACE by Nils Sjoholm
  9. **
  10. ** Date: 11-Oct-95 TO 14-Oct-95
  11. **
  12. */              
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. DECLARE FUNCTION ObtainBattSemaphore() LIBRARY battmem
  19. DECLARE FUNCTION ReleaseBattSemaphore() LIBRARY battmem
  20. DECLARE FUNCTION LONGINT ReadBattMem( APTR buffer, LONGINT offset, LONGINT length ) LIBRARY battmem
  21. DECLARE FUNCTION LONGINT WriteBattMem( APTR buffer, LONGINT offset, LONGINT length ) LIBRARY battmem
  22.  
  23. #endif   /* FUNCS_BATTMEM_FUNCS_H */
  24.